-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added a tip about the TMPDIR env variable #7150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We should mention that this doesn't apply to Windows. |
From msdn for Windows, this var is called |
According to the PHP 7 source code, the variables checked on Windows are |
I'd better trust MSDN than a comment... especially since the code is calling |
|
||
Another way to configure the directory where the locks are created is to | ||
define a special environment variable, because PHP will use that value to | ||
override the default temporary directory. In Unix-based systems, define the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Unix-based systems [...]?
Another way to configure the directory where the locks are created is to | ||
define a special environment variable, because PHP will use that value to | ||
override the default temporary directory. In Unix-based systems, define the | ||
``TMPDIR`` variable. In Windows systems, define any of these variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here (On Windows Systems [...])?
👍 Status: Reviewed |
Thank you Javier. |
This PR was squashed before being merged into the 2.7 branch (closes #7150). Discussion ---------- Added a tip about the TMPDIR env variable This will help solve issues like symfony/symfony#20423 Commits ------- 565dd93 Added a tip about the TMPDIR env variable
This will help solve issues like symfony/symfony#20423